Licensing Modes

By default, the SpeechWorks OSR extension point uses implicit licensing mode. In implicit licensing mode, a license is checked out at the beginning of a call and remains checked out for the duration of the call.

In explicit licensing mode, a license is checked out on an as-needed basis – each time the recognizer is listening for speech – and checked back in when the Vocalocity VoiceXML interpreter is transitioning.

To turn on explicit licensing mode, edit the SpeechWorks Baseline.xml file (located in the config directory of the OSR install directory) and set the swirec_licensing_mode parameter.

 

<!-- specifies the mode for controlling license allocation -->

<param name="swirec_licensing_mode">

<value>explicit</value>

</param>